home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13104 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  814 b 

  1. Path: news.uni-freiburg.de!inn
  2. From: Patrick Pant <pant@informatik.uni-freiburg.de>
  3. Newsgroups: comp.lang.c++
  4. Subject: Dynamic Vector?
  5. Date: Sat, 23 Mar 1996 15:53:14 +0100
  6. Organization: Rechenzentrum der Universitaet Freiburg, Germany
  7. Message-ID: <3154105A.764A@informatik.uni-freiburg.de>
  8. NNTP-Posting-Host: pluto.informatik.uni-freiburg.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01 (X11; I; SunOS 5.4 sun4m)
  13.  
  14. Hi,
  15.  
  16. I'm trying to write a programm with Vectors containing different
  17. Classobjects. The Vectors should be shrinkable and growable. Each Vector
  18. is supposed to be an Element of a Class, that's why a linked list
  19. is not an appropriate datastructure. Is there anyone who has an idea,
  20. how to solve this problem?
  21.  
  22. Thanks
  23.  
  24. Patrick Pant
  25.